home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / kbdhandl.zip / KEY.DOC < prev    next >
Text File  |  1993-08-02  |  1KB  |  30 lines

  1. Keyboard INT 9 handler by Patch (hamell@cs.pdx.edu)             Avalanche coder
  2. ───────────────────────────────────────────────────────────────────────────────
  3.                                                                August 2nd, 1993
  4.  
  5. Finally finished this thing ... small bug was nagging at me, and work puts
  6. a damper on the programming a little bit.  This code can handle multiple
  7. keypresses.  If you want to check for several keys being pressed at once,
  8. just check to see if each key index is set to 1.  Look at KEYTEST.C for
  9. a sample call from C.  It's very easy.
  10.  
  11. Greets to: Gary Hildebrand - thanks for helping me fix my tiny bug   =)
  12.            Guildmaster - use this in Hard Vacuum now!
  13.            Errand - use this in your game too!
  14.  
  15.            and everyone else that programs goodies ...
  16.  
  17. If you like this code and use it (whether it be as-is or slightly
  18. modified), please credit me.  There is nothing worse than stealing
  19. someone's work without any recognition.
  20.  
  21. To get more similar source and/or grafx/sound source, call my board:
  22.  
  23.         Dead Man's Hand
  24.         503.288.9264
  25.         USR 16.8k DS
  26.         Grafx/sound programming and VGA demos
  27.  
  28. Lee Hamel
  29. hamell@cs.pdx.edu
  30.